home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / fakedos1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-12-01  |  472b  |  20 lines

  1. @echo off
  2. cls 
  3. if "==%1" goto Nodriv
  4. echo This program will install FakeDoS(c) on drive %1
  5. pause
  6. mkdir %1\fakedos
  7. copy *.* %1\fakedos\*.*
  8. echo ******* Installation procedure complete. *******
  9. echo - 
  10. echo You can now edit pwrds.lst to include your own passwords.
  11. echo -  
  12. goto end
  13. :nodriv
  14. echo *****
  15. echo ***** No drive letter specified --- Operation terminated.
  16. echo ***** Enter instalation destination in form of: install c:
  17. echo *****
  18. goto End
  19. :End
  20.